Html Css Color HEX #7652DB Slate Blue

📋 copy color: '#7652DB'

red 118 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #7652DB

Tints of Slate Blue #7652DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

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

R = 28.16%
G = 19.57%
B = 52.27%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7652DB (or 0x7652DB) is known color: Slate Blue. HEX triplet: 76, 52 and DB. RGB value is (118,82,219). Sum of RGB (Red+Green+Blue) = 118+82+219=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #7652DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652DB is #89AD24. Grayscale: #6B6B6B. Windows color (decimal): -9022757 or 14373494. OLE color: 14373494.

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

Color convert

RGB 118 82 219 -
CMYK 0.46 0.63 0 0.14
HSL 255.77º 0.66% 0.59% -
HSV(B) 255.77º 0.63% 0.86% -
XYZ 23.27 15 68.69 -
YUV 108.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 118 82 219 0.46 0.63 0 0.14 255.77 0.66 0.59
Hex 76 52 DB 2E 3F 0 E 100 42 3B
Octal 166 122 333 56 77 0 16 400 102 73
Binary 1110110 1010010 11011011 101110 111111 0 1110 100000000 1000010 111011

Color Harmonies of #7652DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7652DB

Black with #7652DB

Text Example


Text Example

White with #7652DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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