Html Css Color HEX #7655DE Slate Blue

📋 copy color: '#7655DE'

red 118 ◦ green 85 ◦ blue 222

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

Shades of Slate Blue #7655DE

Tints of Slate Blue #7655DE

RGB

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

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

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

R = 27.76%
G = 20%
B = 52.24%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7655DE (or 0x7655DE) is known color: Slate Blue. HEX triplet: 76, 55 and DE. RGB value is (118,85,222). Sum of RGB (Red+Green+Blue) = 118+85+222=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #7655DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655DE is #89AA21. Grayscale: #6D6D6D. Windows color (decimal): -9021986 or 14570870. OLE color: 14570870.

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

Color convert

RGB 118 85 222 -
CMYK 0.47 0.62 0 0.13
HSL 254.45º 0.67% 0.6% -
HSV(B) 254.45º 0.62% 0.87% -
XYZ 23.9 15.62 70.86 -
YUV 110.49 190.93 133.36 -
System Red Green Blue C M Y K H S L
Decimal 118 85 222 0.47 0.62 0 0.13 254.45 0.67 0.6
Hex 76 55 DE 2F 3E 0 D FE 43 3C
Octal 166 125 336 57 76 0 15 376 103 74
Binary 1110110 1010101 11011110 101111 111110 0 1101 11111110 1000011 111100

Color Harmonies of #7655DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7655DE

Black with #7655DE

Text Example


Text Example

White with #7655DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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