Html Css Color HEX #7655CE Slate Blue

📋 copy color: '#7655CE'

red 118 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #7655CE

Tints of Slate Blue #7655CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 28.85%
G = 20.78%
B = 50.37%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7655CE (or 0x7655CE) is known color: Slate Blue. HEX triplet: 76, 55 and CE. RGB value is (118,85,206). Sum of RGB (Red+Green+Blue) = 118+85+206=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7655CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655CE is #89AA31. Grayscale: #6C6C6C. Windows color (decimal): -9022002 or 13522294. OLE color: 13522294.

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

Color convert

RGB 118 85 206 -
CMYK 0.43 0.59 0 0.19
HSL 256.36º 0.55% 0.57% -
HSV(B) 256.36º 0.59% 0.81% -
XYZ 21.86 14.8 60.1 -
YUV 108.66 182.93 134.66 -
System Red Green Blue C M Y K H S L
Decimal 118 85 206 0.43 0.59 0 0.19 256.36 0.55 0.57
Hex 76 55 CE 2B 3B 0 13 100 37 39
Octal 166 125 316 53 73 0 23 400 67 71
Binary 1110110 1010101 11001110 101011 111011 0 10011 100000000 110111 111001

Color Harmonies of #7655CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7655CE

Black with #7655CE

Text Example


Text Example

White with #7655CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7655CE; }

 p { color: rgb(118,85,206); }

 H1.HeaderClassName
 {
   color: #7655CE;
 }
 .AnyTagClassName
 {
   color: #7655CE;
 }
</style>

background-color css

<style>
 a { background-color: #7655CE; }

 a { background-color: rgb(118,85,206); }

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

border-color css

<style>
 span { border-color: #7655CE; }

 span { border-color: rgb(118,85,206); }

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