Html Css Color HEX #764BCF Slate Blue

📋 copy color: '#764BCF'

red 118 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #764BCF

Tints of Slate Blue #764BCF

RGB

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

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

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

R = 29.5%
G = 18.75%
B = 51.75%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#764BCF (or 0x764BCF) is known color: Slate Blue. HEX triplet: 76, 4B and CF. RGB value is (118,75,207). Sum of RGB (Red+Green+Blue) = 118+75+207=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #764BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764BCF is #89B430. Grayscale: #666666. Windows color (decimal): -9024561 or 13585270. OLE color: 13585270.

HSL color Cylindrical-coordinate representation of color #764BCF: hue angle of 259.55º 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 #764BCF is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 75 207 -
CMYK 0.43 0.64 0 0.19
HSL 259.55º 0.58% 0.55% -
HSV(B) 259.55º 0.64% 0.81% -
XYZ 21.25 13.39 60.5 -
YUV 102.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 118 75 207 0.43 0.64 0 0.19 259.55 0.58 0.55
Hex 76 4B CF 2B 40 0 13 104 3A 37
Octal 166 113 317 53 100 0 23 404 72 67
Binary 1110110 1001011 11001111 101011 1000000 0 10011 100000100 111010 110111

Color Harmonies of #764BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764BCF

Black with #764BCF

Text Example


Text Example

White with #764BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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