Html Css Color HEX #7761CB Slate Blue

📋 copy color: '#7761CB'

red 119 ◦ green 97 ◦ blue 203

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

Shades of Slate Blue #7761CB

Tints of Slate Blue #7761CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 28.4%
G = 23.15%
B = 48.45%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7761CB (or 0x7761CB) is known color: Slate Blue. HEX triplet: 77, 61 and CB. RGB value is (119,97,203). Sum of RGB (Red+Green+Blue) = 119+97+203=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #7761CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761CB is #889E34. Grayscale: #737373. Windows color (decimal): -8953397 or 13328759. OLE color: 13328759.

HSL color Cylindrical-coordinate representation of color #7761CB: hue angle of 252.45º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7761CB is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 97 203 -
CMYK 0.41 0.52 0 0.20
HSL 252.45º 0.5% 0.59% -
HSV(B) 252.45º 0.52% 0.8% -
XYZ 22.66 16.78 58.54 -
YUV 115.66 177.29 130.38 -
System Red Green Blue C M Y K H S L
Decimal 119 97 203 0.41 0.52 0 0.20 252.45 0.5 0.59
Hex 77 61 CB 29 34 0 14 FC 32 3B
Octal 167 141 313 51 64 0 24 374 62 73
Binary 1110111 1100001 11001011 101001 110100 0 10100 11111100 110010 111011

Color Harmonies of #7761CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761CB

Black with #7761CB

Text Example


Text Example

White with #7761CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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