Html Css Color HEX #796BFB Light Slate Blue

📋 copy color: '#796BFB'

red 121 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #796BFB

Tints of Light Slate Blue #796BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 25.26%
G = 22.34%
B = 52.4%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#796BFB (or 0x796BFB) is known color: Light Slate Blue. HEX triplet: 79, 6B and FB. RGB value is (121,107,251). Sum of RGB (Red+Green+Blue) = 121+107+251=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #796BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796BFB is #869404. Grayscale: #7F7F7F. Windows color (decimal): -8819717 or 16477049. OLE color: 16477049.

HSL color Cylindrical-coordinate representation of color #796BFB: hue angle of 245.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #796BFB is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 107 251 -
CMYK 0.52 0.57 0 0.02
HSL 245.83º 0.95% 0.7% -
HSV(B) 245.83º 0.57% 0.98% -
XYZ 30.56 21.55 93.82 -
YUV 127.6 197.64 123.29 -
System Red Green Blue C M Y K H S L
Decimal 121 107 251 0.52 0.57 0 0.02 245.83 0.95 0.7
Hex 79 6B FB 34 39 0 2 F6 5F 46
Octal 171 153 373 64 71 0 2 366 137 106
Binary 1111001 1101011 11111011 110100 111001 0 10 11110110 1011111 1000110

Color Harmonies of #796BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BFB

Black with #796BFB

Text Example


Text Example

White with #796BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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