Html Css Color HEX #724FCB Slate Blue

📋 copy color: '#724FCB'

red 114 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #724FCB

Tints of Slate Blue #724FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.95%

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

R = 28.79%
G = 19.95%
B = 51.26%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#724FCB (or 0x724FCB) is known color: Slate Blue. HEX triplet: 72, 4F and CB. RGB value is (114,79,203). Sum of RGB (Red+Green+Blue) = 114+79+203=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #724FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FCB is #8DB034. Grayscale: #676767. Windows color (decimal): -9285685 or 13324146. OLE color: 13324146.

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

Color convert

RGB 114 79 203 -
CMYK 0.44 0.61 0 0.20
HSL 256.94º 0.54% 0.55% -
HSV(B) 256.94º 0.61% 0.8% -
XYZ 20.51 13.48 58.02 -
YUV 103.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 114 79 203 0.44 0.61 0 0.20 256.94 0.54 0.55
Hex 72 4F CB 2C 3D 0 14 101 36 37
Octal 162 117 313 54 75 0 24 401 66 67
Binary 1110010 1001111 11001011 101100 111101 0 10100 100000001 110110 110111

Color Harmonies of #724FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FCB

Black with #724FCB

Text Example


Text Example

White with #724FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724FCB; }

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

 H1.HeaderClassName
 {
   color: #724FCB;
 }
 .AnyTagClassName
 {
   color: #724FCB;
 }
</style>

background-color css

<style>
 a { background-color: #724FCB; }

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

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

border-color css

<style>
 span { border-color: #724FCB; }

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

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