Html Css Color HEX #7655DB Slate Blue

📋 copy color: '#7655DB'

red 118 ◦ green 85 ◦ blue 219

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

Shades of Slate Blue #7655DB

Tints of Slate Blue #7655DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 27.96%
G = 20.14%
B = 51.9%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7655DB (or 0x7655DB) is known color: Slate Blue. HEX triplet: 76, 55 and DB. RGB value is (118,85,219). Sum of RGB (Red+Green+Blue) = 118+85+219=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #7655DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655DB is #89AA24. Grayscale: #6D6D6D. Windows color (decimal): -9021989 or 14374262. OLE color: 14374262.

HSL color Cylindrical-coordinate representation of color #7655DB: hue angle of 254.78º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7655DB is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 85 219 -
CMYK 0.46 0.61 0 0.14
HSL 254.78º 0.65% 0.6% -
HSV(B) 254.78º 0.61% 0.86% -
XYZ 23.51 15.46 68.76 -
YUV 110.14 189.43 133.6 -
System Red Green Blue C M Y K H S L
Decimal 118 85 219 0.46 0.61 0 0.14 254.78 0.65 0.6
Hex 76 55 DB 2E 3D 0 E FF 41 3C
Octal 166 125 333 56 75 0 16 377 101 74
Binary 1110110 1010101 11011011 101110 111101 0 1110 11111111 1000001 111100

Color Harmonies of #7655DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7655DB

Black with #7655DB

Text Example


Text Example

White with #7655DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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