Html Css Color HEX #764FCF Slate Blue

📋 copy color: '#764FCF'

red 118 ◦ green 79 ◦ blue 207

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

Shades of Slate Blue #764FCF

Tints of Slate Blue #764FCF

RGB

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

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

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

R = 29.21%
G = 19.55%
B = 51.24%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#764FCF (or 0x764FCF) is known color: Slate Blue. HEX triplet: 76, 4F and CF. RGB value is (118,79,207). Sum of RGB (Red+Green+Blue) = 118+79+207=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #764FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FCF is #89B030. Grayscale: #686868. Windows color (decimal): -9023537 or 13586294. OLE color: 13586294.

HSL color Cylindrical-coordinate representation of color #764FCF: hue angle of 258.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #764FCF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 79 207 -
CMYK 0.43 0.62 0 0.19
HSL 258.28º 0.57% 0.56% -
HSV(B) 258.28º 0.62% 0.81% -
XYZ 21.53 13.95 60.59 -
YUV 105.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 118 79 207 0.43 0.62 0 0.19 258.28 0.57 0.56
Hex 76 4F CF 2B 3E 0 13 102 39 38
Octal 166 117 317 53 76 0 23 402 71 70
Binary 1110110 1001111 11001111 101011 111110 0 10011 100000010 111001 111000

Color Harmonies of #764FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FCF

Black with #764FCF

Text Example


Text Example

White with #764FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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