Html Css Color HEX #764FE3 Slate Blue

📋 copy color: '#764FE3'

red 118 ◦ green 79 ◦ blue 227

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

Shades of Slate Blue #764FE3

Tints of Slate Blue #764FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 53.54%

R = 27.83%
G = 18.63%
B = 53.54%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#764FE3 (or 0x764FE3) is known color: Slate Blue. HEX triplet: 76, 4F and E3. RGB value is (118,79,227). Sum of RGB (Red+Green+Blue) = 118+79+227=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #764FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #764FE3 is #89B01C. Grayscale: #6A6A6A. Windows color (decimal): -9023517 or 14897014. OLE color: 14897014.

HSL color Cylindrical-coordinate representation of color #764FE3: hue angle of 255.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764FE3 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 79 227 -
CMYK 0.48 0.65 0 0.11
HSL 255.81º 0.73% 0.6% -
HSV(B) 255.81º 0.65% 0.89% -
XYZ 24.13 14.99 74.29 -
YUV 107.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 118 79 227 0.48 0.65 0 0.11 255.81 0.73 0.6
Hex 76 4F E3 30 41 0 B 100 49 3C
Octal 166 117 343 60 101 0 13 400 111 74
Binary 1110110 1001111 11100011 110000 1000001 0 1011 100000000 1001001 111100

Color Harmonies of #764FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764FE3

Black with #764FE3

Text Example


Text Example

White with #764FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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