Html Css Color HEX #7659DB Slate Blue

📋 copy color: '#7659DB'

red 118 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7659DB

Tints of Slate Blue #7659DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.89%

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

R = 27.7%
G = 20.89%
B = 51.41%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7659DB (or 0x7659DB) is known color: Slate Blue. HEX triplet: 76, 59 and DB. RGB value is (118,89,219). Sum of RGB (Red+Green+Blue) = 118+89+219=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #7659DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659DB is #89A624. Grayscale: #707070. Windows color (decimal): -9020965 or 14375286. OLE color: 14375286.

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

Color convert

RGB 118 89 219 -
CMYK 0.46 0.59 0 0.14
HSL 253.38º 0.64% 0.6% -
HSV(B) 253.38º 0.59% 0.86% -
XYZ 23.83 16.11 68.87 -
YUV 112.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 118 89 219 0.46 0.59 0 0.14 253.38 0.64 0.6
Hex 76 59 DB 2E 3B 0 E FD 40 3C
Octal 166 131 333 56 73 0 16 375 100 74
Binary 1110110 1011001 11011011 101110 111011 0 1110 11111101 1000000 111100

Color Harmonies of #7659DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659DB

Black with #7659DB

Text Example


Text Example

White with #7659DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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