Html Css Color HEX #7761DB Slate Blue

📋 copy color: '#7761DB'

red 119 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #7761DB

Tints of Slate Blue #7761DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

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

R = 27.36%
G = 22.3%
B = 50.34%

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

#7761DB (or 0x7761DB) is known color: Slate Blue. HEX triplet: 77, 61 and DB. RGB value is (119,97,219). Sum of RGB (Red+Green+Blue) = 119+97+219=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #7761DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761DB is #889E24. Grayscale: #757575. Windows color (decimal): -8953381 or 14377335. OLE color: 14377335.

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

Color convert

RGB 119 97 219 -
CMYK 0.46 0.56 0 0.14
HSL 250.82º 0.63% 0.62% -
HSV(B) 250.82º 0.56% 0.86% -
XYZ 24.67 17.59 69.11 -
YUV 117.49 185.29 129.08 -
System Red Green Blue C M Y K H S L
Decimal 119 97 219 0.46 0.56 0 0.14 250.82 0.63 0.62
Hex 77 61 DB 2E 38 0 E FB 3F 3E
Octal 167 141 333 56 70 0 16 373 77 76
Binary 1110111 1100001 11011011 101110 111000 0 1110 11111011 111111 111110

Color Harmonies of #7761DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761DB

Black with #7761DB

Text Example


Text Example

White with #7761DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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