Html Css Color HEX #7761DA Slate Blue

📋 copy color: '#7761DA'

red 119 ◦ green 97 ◦ blue 218

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

Shades of Slate Blue #7761DA

Tints of Slate Blue #7761DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 27.42%
G = 22.35%
B = 50.23%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7761DA (or 0x7761DA) is known color: Slate Blue. HEX triplet: 77, 61 and DA. RGB value is (119,97,218). Sum of RGB (Red+Green+Blue) = 119+97+218=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #7761DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761DA is #889E25. Grayscale: #747474. Windows color (decimal): -8953382 or 14311799. OLE color: 14311799.

HSL color Cylindrical-coordinate representation of color #7761DA: hue angle of 250.91º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7761DA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 97 218 -
CMYK 0.45 0.56 0 0.15
HSL 250.91º 0.62% 0.62% -
HSV(B) 250.91º 0.56% 0.85% -
XYZ 24.54 17.53 68.42 -
YUV 117.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 119 97 218 0.45 0.56 0 0.15 250.91 0.62 0.62
Hex 77 61 DA 2D 38 0 F FB 3E 3E
Octal 167 141 332 55 70 0 17 373 76 76
Binary 1110111 1100001 11011010 101101 111000 0 1111 11111011 111110 111110

Color Harmonies of #7761DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761DA

Black with #7761DA

Text Example


Text Example

White with #7761DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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