Html Css Color HEX #764ACB Slate Blue

📋 copy color: '#764ACB'

red 118 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #764ACB

Tints of Slate Blue #764ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

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

R = 29.87%
G = 18.73%
B = 51.39%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#764ACB (or 0x764ACB) is known color: Slate Blue. HEX triplet: 76, 4A and CB. RGB value is (118,74,203). Sum of RGB (Red+Green+Blue) = 118+74+203=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #764ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764ACB is #89B534. Grayscale: #656565. Windows color (decimal): -9024821 or 13322870. OLE color: 13322870.

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

Color convert

RGB 118 74 203 -
CMYK 0.42 0.64 0 0.20
HSL 260.47º 0.55% 0.54% -
HSV(B) 260.47º 0.64% 0.8% -
XYZ 20.7 13.06 57.93 -
YUV 101.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 118 74 203 0.42 0.64 0 0.20 260.47 0.55 0.54
Hex 76 4A CB 2A 40 0 14 104 37 36
Octal 166 112 313 52 100 0 24 404 67 66
Binary 1110110 1001010 11001011 101010 1000000 0 10100 100000100 110111 110110

Color Harmonies of #764ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764ACB

Black with #764ACB

Text Example


Text Example

White with #764ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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