Html Css Color HEX #764BCB Slate Blue

📋 copy color: '#764BCB'

red 118 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #764BCB

Tints of Slate Blue #764BCB

RGB

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

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

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

R = 29.8%
G = 18.94%
B = 51.26%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#764BCB (or 0x764BCB) is known color: Slate Blue. HEX triplet: 76, 4B and CB. RGB value is (118,75,203). Sum of RGB (Red+Green+Blue) = 118+75+203=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 75 (29.69% from 255 or 18.94% 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 #764BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BCB is #89B434. Grayscale: #656565. Windows color (decimal): -9024565 or 13323126. OLE color: 13323126.

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

Color convert

RGB 118 75 203 -
CMYK 0.42 0.63 0 0.20
HSL 260.16º 0.55% 0.55% -
HSV(B) 260.16º 0.63% 0.8% -
XYZ 20.77 13.2 57.95 -
YUV 102.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 118 75 203 0.42 0.63 0 0.20 260.16 0.55 0.55
Hex 76 4B CB 2A 3F 0 14 104 37 37
Octal 166 113 313 52 77 0 24 404 67 67
Binary 1110110 1001011 11001011 101010 111111 0 10100 100000100 110111 110111

Color Harmonies of #764BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BCB

Black with #764BCB

Text Example


Text Example

White with #764BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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