Html Css Color HEX #7152CB Slate Blue

📋 copy color: '#7152CB'

red 113 ◦ green 82 ◦ blue 203

#7152CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7152CB

Tints of Slate Blue #7152CB

RGB

 RED value IS 113 (44.53% from 255) = 28.39%

 GREEN value IS 82 (32.42% from 255) = 20.6%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 28.39%
G = 20.6%
B = 51.01%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7152CB (or 0x7152CB) is known color: Slate Blue. HEX triplet: 71, 52 and CB. RGB value is (113,82,203). Sum of RGB (Red+Green+Blue) = 113+82+203=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #7152CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152CB is #8EAD34. Grayscale: #686868. Windows color (decimal): -9350453 or 13324913. OLE color: 13324913.

HSL color Cylindrical-coordinate representation of color #7152CB: hue angle of 255.37º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7152CB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 82 203 -
CMYK 0.44 0.60 0 0.20
HSL 255.37º 0.54% 0.56% -
HSV(B) 255.37º 0.6% 0.8% -
XYZ 20.61 13.86 58.09 -
YUV 105.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 113 82 203 0.44 0.60 0 0.20 255.37 0.54 0.56
Hex 71 52 CB 2C 3C 0 14 FF 36 38
Octal 161 122 313 54 74 0 24 377 66 70
Binary 1110001 1010010 11001011 101100 111100 0 10100 11111111 110110 111000

Color Harmonies of #7152CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152CB

Black with #7152CB

Text Example


Text Example

White with #7152CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7152CB; }

 p { color: rgb(113,82,203); }

 H1.HeaderClassName
 {
   color: #7152CB;
 }
 .AnyTagClassName
 {
   color: #7152CB;
 }
</style>

background-color css

<style>
 a { background-color: #7152CB; }

 a { background-color: rgb(113,82,203); }

 div.DivClassName
 {
   background-color: #7152CB;
 }
 .BgClassName
 {
   background-color: #7152CB;
 }
</style>

border-color css

<style>
 span { border-color: #7152CB; }

 span { border-color: rgb(113,82,203); }

 td.TdClassName
 {
   border-color: #7152CB;
 }
 .TagClassName
 {
   border-color: #7152CB;
 }
</style>