Html Css Color HEX #7755E0 Slate Blue

📋 copy color: '#7755E0'

red 119 ◦ green 85 ◦ blue 224

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

Shades of Slate Blue #7755E0

Tints of Slate Blue #7755E0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.86%

 BLUE value IS 224 (87.89% from 255) = 52.34%

R = 27.8%
G = 19.86%
B = 52.34%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7755E0 (or 0x7755E0) is known color: Slate Blue. HEX triplet: 77, 55 and E0. RGB value is (119,85,224). Sum of RGB (Red+Green+Blue) = 119+85+224=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #7755E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755E0 is #88AA1F. Grayscale: #6E6E6E. Windows color (decimal): -8956448 or 14701943. OLE color: 14701943.

HSL color Cylindrical-coordinate representation of color #7755E0: hue angle of 254.68º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7755E0 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 85 224 -
CMYK 0.47 0.62 0 0.12
HSL 254.68º 0.69% 0.61% -
HSV(B) 254.68º 0.62% 0.88% -
XYZ 24.31 15.8 72.29 -
YUV 111.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 119 85 224 0.47 0.62 0 0.12 254.68 0.69 0.61
Hex 77 55 E0 2F 3E 0 C FF 45 3D
Octal 167 125 340 57 76 0 14 377 105 75
Binary 1110111 1010101 11100000 101111 111110 0 1100 11111111 1000101 111101

Color Harmonies of #7755E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7755E0

Black with #7755E0

Text Example


Text Example

White with #7755E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7755E0; }

 p { color: rgb(119,85,224); }

 H1.HeaderClassName
 {
   color: #7755E0;
 }
 .AnyTagClassName
 {
   color: #7755E0;
 }
</style>

background-color css

<style>
 a { background-color: #7755E0; }

 a { background-color: rgb(119,85,224); }

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

border-color css

<style>
 span { border-color: #7755E0; }

 span { border-color: rgb(119,85,224); }

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