Html Css Color HEX #7768CE Slate Blue

📋 copy color: '#7768CE'

red 119 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #7768CE

Tints of Slate Blue #7768CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.24%

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

R = 27.74%
G = 24.24%
B = 48.02%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7768CE (or 0x7768CE) is known color: Slate Blue. HEX triplet: 77, 68 and CE. RGB value is (119,104,206). Sum of RGB (Red+Green+Blue) = 119+104+206=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #7768CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768CE is #889731. Grayscale: #777777. Windows color (decimal): -8951602 or 13527159. OLE color: 13527159.

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

Color convert

RGB 119 104 206 -
CMYK 0.42 0.50 0 0.19
HSL 248.82º 0.51% 0.61% -
HSV(B) 248.82º 0.5% 0.81% -
XYZ 23.7 18.28 60.67 -
YUV 120.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 119 104 206 0.42 0.50 0 0.19 248.82 0.51 0.61
Hex 77 68 CE 2A 32 0 13 F9 33 3D
Octal 167 150 316 52 62 0 23 371 63 75
Binary 1110111 1101000 11001110 101010 110010 0 10011 11111001 110011 111101

Color Harmonies of #7768CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768CE

Black with #7768CE

Text Example


Text Example

White with #7768CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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