Html Css Color HEX #7751CE Slate Blue

📋 copy color: '#7751CE'

red 119 ◦ green 81 ◦ blue 206

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

Shades of Slate Blue #7751CE

Tints of Slate Blue #7751CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 29.31%
G = 19.95%
B = 50.74%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7751CE (or 0x7751CE) is known color: Slate Blue. HEX triplet: 77, 51 and CE. RGB value is (119,81,206). Sum of RGB (Red+Green+Blue) = 119+81+206=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #7751CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751CE is #88AE31. Grayscale: #6A6A6A. Windows color (decimal): -8957490 or 13521271. OLE color: 13521271.

HSL color Cylindrical-coordinate representation of color #7751CE: hue angle of 258.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7751CE is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 81 206 -
CMYK 0.42 0.61 0 0.19
HSL 258.24º 0.56% 0.56% -
HSV(B) 258.24º 0.61% 0.81% -
XYZ 21.69 14.26 60 -
YUV 106.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 119 81 206 0.42 0.61 0 0.19 258.24 0.56 0.56
Hex 77 51 CE 2A 3D 0 13 102 38 38
Octal 167 121 316 52 75 0 23 402 70 70
Binary 1110111 1010001 11001110 101010 111101 0 10011 100000010 111000 111000

Color Harmonies of #7751CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751CE

Black with #7751CE

Text Example


Text Example

White with #7751CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7751CE; }

 p { color: rgb(119,81,206); }

 H1.HeaderClassName
 {
   color: #7751CE;
 }
 .AnyTagClassName
 {
   color: #7751CE;
 }
</style>

background-color css

<style>
 a { background-color: #7751CE; }

 a { background-color: rgb(119,81,206); }

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

border-color css

<style>
 span { border-color: #7751CE; }

 span { border-color: rgb(119,81,206); }

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