Html Css Color HEX #764DCB Slate Blue

📋 copy color: '#764DCB'

red 118 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #764DCB

Tints of Slate Blue #764DCB

RGB

 RED value IS 118 (46.48% from 255) = 29.65%

 GREEN value IS 77 (30.47% from 255) = 19.35%

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

R = 29.65%
G = 19.35%
B = 51.01%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#764DCB (or 0x764DCB) is known color: Slate Blue. HEX triplet: 76, 4D and CB. RGB value is (118,77,203). Sum of RGB (Red+Green+Blue) = 118+77+203=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 77 (30.47% from 255 or 19.35% 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 #764DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764DCB is #89B234. Grayscale: #676767. Windows color (decimal): -9024053 or 13323638. OLE color: 13323638.

HSL color Cylindrical-coordinate representation of color #764DCB: hue angle of 259.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764DCB is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 77 203 -
CMYK 0.42 0.62 0 0.20
HSL 259.52º 0.55% 0.55% -
HSV(B) 259.52º 0.62% 0.8% -
XYZ 20.9 13.47 58 -
YUV 103.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 118 77 203 0.42 0.62 0 0.20 259.52 0.55 0.55
Hex 76 4D CB 2A 3E 0 14 104 37 37
Octal 166 115 313 52 76 0 24 404 67 67
Binary 1110110 1001101 11001011 101010 111110 0 10100 100000100 110111 110111

Color Harmonies of #764DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764DCB

Black with #764DCB

Text Example


Text Example

White with #764DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764DCB; }

 p { color: rgb(118,77,203); }

 H1.HeaderClassName
 {
   color: #764DCB;
 }
 .AnyTagClassName
 {
   color: #764DCB;
 }
</style>

background-color css

<style>
 a { background-color: #764DCB; }

 a { background-color: rgb(118,77,203); }

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

border-color css

<style>
 span { border-color: #764DCB; }

 span { border-color: rgb(118,77,203); }

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