Html Css Color HEX #7762D0 Slate Blue

📋 copy color: '#7762D0'

red 119 ◦ green 98 ◦ blue 208

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

Shades of Slate Blue #7762D0

Tints of Slate Blue #7762D0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

 BLUE value IS 208 (81.64% from 255) = 48.94%

R = 28%
G = 23.06%
B = 48.94%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7762D0 (or 0x7762D0) is known color: Slate Blue. HEX triplet: 77, 62 and D0. RGB value is (119,98,208). Sum of RGB (Red+Green+Blue) = 119+98+208=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #7762D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7762D0 is #889D2F. Grayscale: #747474. Windows color (decimal): -8953136 or 13656695. OLE color: 13656695.

HSL color Cylindrical-coordinate representation of color #7762D0: hue angle of 251.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7762D0 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 98 208 -
CMYK 0.43 0.53 0 0.18
HSL 251.45º 0.54% 0.6% -
HSV(B) 251.45º 0.53% 0.82% -
XYZ 23.36 17.21 61.77 -
YUV 116.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 119 98 208 0.43 0.53 0 0.18 251.45 0.54 0.6
Hex 77 62 D0 2B 35 0 12 FB 36 3C
Octal 167 142 320 53 65 0 22 373 66 74
Binary 1110111 1100010 11010000 101011 110101 0 10010 11111011 110110 111100

Color Harmonies of #7762D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7762D0

Black with #7762D0

Text Example


Text Example

White with #7762D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7762D0; }

 p { color: rgb(119,98,208); }

 H1.HeaderClassName
 {
   color: #7762D0;
 }
 .AnyTagClassName
 {
   color: #7762D0;
 }
</style>

background-color css

<style>
 a { background-color: #7762D0; }

 a { background-color: rgb(119,98,208); }

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

border-color css

<style>
 span { border-color: #7762D0; }

 span { border-color: rgb(119,98,208); }

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