Html Css Color HEX #7646DE Slate Blue

📋 copy color: '#7646DE'

red 118 ◦ green 70 ◦ blue 222

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

Shades of Slate Blue #7646DE

Tints of Slate Blue #7646DE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 28.78%
G = 17.07%
B = 54.15%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7646DE (or 0x7646DE) is known color: Slate Blue. HEX triplet: 76, 46 and DE. RGB value is (118,70,222). Sum of RGB (Red+Green+Blue) = 118+70+222=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #7646DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7646DE is #89B921. Grayscale: #656565. Windows color (decimal): -9025826 or 14567030. OLE color: 14567030.

HSL color Cylindrical-coordinate representation of color #7646DE: hue angle of 258.95º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7646DE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 70 222 -
CMYK 0.47 0.68 0 0.13
HSL 258.95º 0.7% 0.57% -
HSV(B) 258.95º 0.68% 0.87% -
XYZ 22.85 13.51 70.51 -
YUV 101.68 195.9 139.64 -
System Red Green Blue C M Y K H S L
Decimal 118 70 222 0.47 0.68 0 0.13 258.95 0.7 0.57
Hex 76 46 DE 2F 44 0 D 103 46 39
Octal 166 106 336 57 104 0 15 403 106 71
Binary 1110110 1000110 11011110 101111 1000100 0 1101 100000011 1000110 111001

Color Harmonies of #7646DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7646DE

Black with #7646DE

Text Example


Text Example

White with #7646DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7646DE; }

 p { color: rgb(118,70,222); }

 H1.HeaderClassName
 {
   color: #7646DE;
 }
 .AnyTagClassName
 {
   color: #7646DE;
 }
</style>

background-color css

<style>
 a { background-color: #7646DE; }

 a { background-color: rgb(118,70,222); }

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

border-color css

<style>
 span { border-color: #7646DE; }

 span { border-color: rgb(118,70,222); }

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