Html Css Color HEX #764CCF Slate Blue

📋 copy color: '#764CCF'

red 118 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #764CCF

Tints of Slate Blue #764CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.95%

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

R = 29.43%
G = 18.95%
B = 51.62%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#764CCF (or 0x764CCF) is known color: Slate Blue. HEX triplet: 76, 4C and CF. RGB value is (118,76,207). Sum of RGB (Red+Green+Blue) = 118+76+207=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #764CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CCF is #89B330. Grayscale: #676767. Windows color (decimal): -9024305 or 13585526. OLE color: 13585526.

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

Color convert

RGB 118 76 207 -
CMYK 0.43 0.63 0 0.19
HSL 259.24º 0.58% 0.55% -
HSV(B) 259.24º 0.63% 0.81% -
XYZ 21.32 13.53 60.52 -
YUV 103.49 186.41 138.35 -
System Red Green Blue C M Y K H S L
Decimal 118 76 207 0.43 0.63 0 0.19 259.24 0.58 0.55
Hex 76 4C CF 2B 3F 0 13 103 3A 37
Octal 166 114 317 53 77 0 23 403 72 67
Binary 1110110 1001100 11001111 101011 111111 0 10011 100000011 111010 110111

Color Harmonies of #764CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764CCF

Black with #764CCF

Text Example


Text Example

White with #764CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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