Html Css Color HEX #7650DB Slate Blue

📋 copy color: '#7650DB'

red 118 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #7650DB

Tints of Slate Blue #7650DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

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

R = 28.3%
G = 19.18%
B = 52.52%

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

#7650DB (or 0x7650DB) is known color: Slate Blue. HEX triplet: 76, 50 and DB. RGB value is (118,80,219). Sum of RGB (Red+Green+Blue) = 118+80+219=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #7650DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7650DB is #89AF24. Grayscale: #6A6A6A. Windows color (decimal): -9023269 or 14372982. OLE color: 14372982.

HSL color Cylindrical-coordinate representation of color #7650DB: hue angle of 256.4º 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 #7650DB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 80 219 -
CMYK 0.46 0.63 0 0.14
HSL 256.4º 0.66% 0.59% -
HSV(B) 256.4º 0.63% 0.86% -
XYZ 23.13 14.7 68.64 -
YUV 107.21 191.09 135.7 -
System Red Green Blue C M Y K H S L
Decimal 118 80 219 0.46 0.63 0 0.14 256.4 0.66 0.59
Hex 76 50 DB 2E 3F 0 E 100 42 3B
Octal 166 120 333 56 77 0 16 400 102 73
Binary 1110110 1010000 11011011 101110 111111 0 1110 100000000 1000010 111011

Color Harmonies of #7650DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650DB

Black with #7650DB

Text Example


Text Example

White with #7650DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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