Html Css Color HEX #726CCB Slate Blue

📋 copy color: '#726CCB'

red 114 ◦ green 108 ◦ blue 203

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

Shades of Slate Blue #726CCB

Tints of Slate Blue #726CCB

RGB

 RED value IS 114 (44.92% from 255) = 26.82%

 GREEN value IS 108 (42.58% from 255) = 25.41%

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

R = 26.82%
G = 25.41%
B = 47.76%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#726CCB (or 0x726CCB) is known color: Slate Blue. HEX triplet: 72, 6C and CB. RGB value is (114,108,203). Sum of RGB (Red+Green+Blue) = 114+108+203=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #726CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CCB is #8D9334. Grayscale: #787878. Windows color (decimal): -9278261 or 13331570. OLE color: 13331570.

HSL color Cylindrical-coordinate representation of color #726CCB: hue angle of 243.79º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726CCB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 108 203 -
CMYK 0.44 0.47 0 0.20
HSL 243.79º 0.48% 0.61% -
HSV(B) 243.79º 0.47% 0.8% -
XYZ 23.08 18.61 58.88 -
YUV 120.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 114 108 203 0.44 0.47 0 0.20 243.79 0.48 0.61
Hex 72 6C CB 2C 2F 0 14 F4 30 3D
Octal 162 154 313 54 57 0 24 364 60 75
Binary 1110010 1101100 11001011 101100 101111 0 10100 11110100 110000 111101

Color Harmonies of #726CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CCB

Black with #726CCB

Text Example


Text Example

White with #726CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726CCB; }

 p { color: rgb(114,108,203); }

 H1.HeaderClassName
 {
   color: #726CCB;
 }
 .AnyTagClassName
 {
   color: #726CCB;
 }
</style>

background-color css

<style>
 a { background-color: #726CCB; }

 a { background-color: rgb(114,108,203); }

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

border-color css

<style>
 span { border-color: #726CCB; }

 span { border-color: rgb(114,108,203); }

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