Html Css Color HEX #7762CF Slate Blue

📋 copy color: '#7762CF'

red 119 ◦ green 98 ◦ blue 207

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

Shades of Slate Blue #7762CF

Tints of Slate Blue #7762CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 28.07%
G = 23.11%
B = 48.82%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7762CF (or 0x7762CF) is known color: Slate Blue. HEX triplet: 77, 62 and CF. RGB value is (119,98,207). Sum of RGB (Red+Green+Blue) = 119+98+207=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7762CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7762CF is #889D30. Grayscale: #747474. Windows color (decimal): -8953137 or 13591159. OLE color: 13591159.

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

Color convert

RGB 119 98 207 -
CMYK 0.43 0.53 0 0.19
HSL 251.56º 0.53% 0.6% -
HSV(B) 251.56º 0.53% 0.81% -
XYZ 23.24 17.16 61.12 -
YUV 116.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 119 98 207 0.43 0.53 0 0.19 251.56 0.53 0.6
Hex 77 62 CF 2B 35 0 13 FC 35 3C
Octal 167 142 317 53 65 0 23 374 65 74
Binary 1110111 1100010 11001111 101011 110101 0 10011 11111100 110101 111100

Color Harmonies of #7762CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7762CF

Black with #7762CF

Text Example


Text Example

White with #7762CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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