Html Css Color HEX #726BCB Slate Blue

📋 copy color: '#726BCB'

red 114 ◦ green 107 ◦ blue 203

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

Shades of Slate Blue #726BCB

Tints of Slate Blue #726BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

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

R = 26.89%
G = 25.24%
B = 47.88%

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

#726BCB (or 0x726BCB) is known color: Slate Blue. HEX triplet: 72, 6B and CB. RGB value is (114,107,203). Sum of RGB (Red+Green+Blue) = 114+107+203=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #726BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BCB is #8D9434. Grayscale: #777777. Windows color (decimal): -9278517 or 13331314. OLE color: 13331314.

HSL color Cylindrical-coordinate representation of color #726BCB: hue angle of 244.37º 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 #726BCB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 107 203 -
CMYK 0.44 0.47 0 0.20
HSL 244.38º 0.48% 0.61% -
HSV(B) 244.38º 0.47% 0.8% -
XYZ 22.98 18.4 58.84 -
YUV 120.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 114 107 203 0.44 0.47 0 0.20 244.38 0.48 0.61
Hex 72 6B CB 2C 2F 0 14 F4 30 3D
Octal 162 153 313 54 57 0 24 364 60 75
Binary 1110010 1101011 11001011 101100 101111 0 10100 11110100 110000 111101

Color Harmonies of #726BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BCB

Black with #726BCB

Text Example


Text Example

White with #726BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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