Html Css Color HEX #796CFC Light Slate Blue

📋 copy color: '#796CFC'

red 121 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #796CFC

Tints of Light Slate Blue #796CFC

RGB

 RED value IS 121 (47.66% from 255) = 25.16%

 GREEN value IS 108 (42.58% from 255) = 22.45%

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 25.16%
G = 22.45%
B = 52.39%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#796CFC (or 0x796CFC) is known color: Light Slate Blue. HEX triplet: 79, 6C and FC. RGB value is (121,108,252). Sum of RGB (Red+Green+Blue) = 121+108+252=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #796CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796CFC is #869303. Grayscale: #7F7F7F. Windows color (decimal): -8819460 or 16542841. OLE color: 16542841.

HSL color Cylindrical-coordinate representation of color #796CFC: hue angle of 245.42º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #796CFC is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 108 252 -
CMYK 0.52 0.57 0 0.01
HSL 245.42º 0.96% 0.71% -
HSV(B) 245.42º 0.57% 0.99% -
XYZ 30.82 21.82 94.68 -
YUV 128.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 121 108 252 0.52 0.57 0 0.01 245.42 0.96 0.71
Hex 79 6C FC 34 39 0 1 F5 60 47
Octal 171 154 374 64 71 0 1 365 140 107
Binary 1111001 1101100 11111100 110100 111001 0 1 11110101 1100000 1000111

Color Harmonies of #796CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CFC

Black with #796CFC

Text Example


Text Example

White with #796CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796CFC; }

 p { color: rgb(121,108,252); }

 H1.HeaderClassName
 {
   color: #796CFC;
 }
 .AnyTagClassName
 {
   color: #796CFC;
 }
</style>

background-color css

<style>
 a { background-color: #796CFC; }

 a { background-color: rgb(121,108,252); }

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

border-color css

<style>
 span { border-color: #796CFC; }

 span { border-color: rgb(121,108,252); }

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