Html Css Color HEX #7757CB Slate Blue

📋 copy color: '#7757CB'

red 119 ◦ green 87 ◦ blue 203

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

Shades of Slate Blue #7757CB

Tints of Slate Blue #7757CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.27%

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

R = 29.1%
G = 21.27%
B = 49.63%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7757CB (or 0x7757CB) is known color: Slate Blue. HEX triplet: 77, 57 and CB. RGB value is (119,87,203). Sum of RGB (Red+Green+Blue) = 119+87+203=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #7757CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7757CB is #88A834. Grayscale: #6D6D6D. Windows color (decimal): -8955957 or 13326199. OLE color: 13326199.

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

Color convert

RGB 119 87 203 -
CMYK 0.41 0.57 0 0.20
HSL 256.55º 0.53% 0.57% -
HSV(B) 256.55º 0.57% 0.8% -
XYZ 21.8 15.05 58.26 -
YUV 109.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 119 87 203 0.41 0.57 0 0.20 256.55 0.53 0.57
Hex 77 57 CB 29 39 0 14 101 35 39
Octal 167 127 313 51 71 0 24 401 65 71
Binary 1110111 1010111 11001011 101001 111001 0 10100 100000001 110101 111001

Color Harmonies of #7757CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7757CB

Black with #7757CB

Text Example


Text Example

White with #7757CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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