Html Css Color HEX #724BCF Slate Blue

📋 copy color: '#724BCF'

red 114 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #724BCF

Tints of Slate Blue #724BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.94%

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 28.79%
G = 18.94%
B = 52.27%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#724BCF (or 0x724BCF) is known color: Slate Blue. HEX triplet: 72, 4B and CF. RGB value is (114,75,207). Sum of RGB (Red+Green+Blue) = 114+75+207=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #724BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BCF is #8DB430. Grayscale: #656565. Windows color (decimal): -9286705 or 13585266. OLE color: 13585266.

HSL color Cylindrical-coordinate representation of color #724BCF: hue angle of 257.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #724BCF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 75 207 -
CMYK 0.45 0.64 0 0.19
HSL 257.73º 0.58% 0.55% -
HSV(B) 257.73º 0.64% 0.81% -
XYZ 20.72 13.11 60.47 -
YUV 101.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 114 75 207 0.45 0.64 0 0.19 257.73 0.58 0.55
Hex 72 4B CF 2D 40 0 13 102 3A 37
Octal 162 113 317 55 100 0 23 402 72 67
Binary 1110010 1001011 11001111 101101 1000000 0 10011 100000010 111010 110111

Color Harmonies of #724BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BCF

Black with #724BCF

Text Example


Text Example

White with #724BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,75,207); }

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

background-color css

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

 a { background-color: rgb(114,75,207); }

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

border-color css

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

 span { border-color: rgb(114,75,207); }

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