Html Css Color HEX #7760DB Slate Blue

📋 copy color: '#7760DB'

red 119 ◦ green 96 ◦ blue 219

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

Shades of Slate Blue #7760DB

Tints of Slate Blue #7760DB

RGB

 RED value IS 119 (46.88% from 255) = 27.42%

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 27.42%
G = 22.12%
B = 50.46%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7760DB (or 0x7760DB) is known color: Slate Blue. HEX triplet: 77, 60 and DB. RGB value is (119,96,219). Sum of RGB (Red+Green+Blue) = 119+96+219=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7760DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760DB is #889F24. Grayscale: #747474. Windows color (decimal): -8953637 or 14377079. OLE color: 14377079.

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

Color convert

RGB 119 96 219 -
CMYK 0.46 0.56 0 0.14
HSL 251.22º 0.63% 0.62% -
HSV(B) 251.22º 0.56% 0.86% -
XYZ 24.58 17.4 69.08 -
YUV 116.9 185.62 129.5 -
System Red Green Blue C M Y K H S L
Decimal 119 96 219 0.46 0.56 0 0.14 251.22 0.63 0.62
Hex 77 60 DB 2E 38 0 E FB 3F 3E
Octal 167 140 333 56 70 0 16 373 77 76
Binary 1110111 1100000 11011011 101110 111000 0 1110 11111011 111111 111110

Color Harmonies of #7760DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760DB

Black with #7760DB

Text Example


Text Example

White with #7760DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,96,219); }

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

background-color css

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

 a { background-color: rgb(119,96,219); }

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

border-color css

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

 span { border-color: rgb(119,96,219); }

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