Html Css Color HEX #796BFC Light Slate Blue

📋 copy color: '#796BFC'

red 121 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #796BFC

Tints of Light Slate Blue #796BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

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

R = 25.21%
G = 22.29%
B = 52.5%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#796BFC (or 0x796BFC) is known color: Light Slate Blue. HEX triplet: 79, 6B and FC. RGB value is (121,107,252). Sum of RGB (Red+Green+Blue) = 121+107+252=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #796BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796BFC is #869403. Grayscale: #7F7F7F. Windows color (decimal): -8819716 or 16542585. OLE color: 16542585.

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

Color convert

RGB 121 107 252 -
CMYK 0.52 0.58 0 0.01
HSL 245.79º 0.96% 0.7% -
HSV(B) 245.79º 0.58% 0.99% -
XYZ 30.71 21.61 94.65 -
YUV 127.72 198.14 123.21 -
System Red Green Blue C M Y K H S L
Decimal 121 107 252 0.52 0.58 0 0.01 245.79 0.96 0.7
Hex 79 6B FC 34 3A 0 1 F6 60 46
Octal 171 153 374 64 72 0 1 366 140 106
Binary 1111001 1101011 11111100 110100 111010 0 1 11110110 1100000 1000110

Color Harmonies of #796BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BFC

Black with #796BFC

Text Example


Text Example

White with #796BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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