Html Css Color HEX #796EFB Light Slate Blue

📋 copy color: '#796EFB'

red 121 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #796EFB

Tints of Light Slate Blue #796EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

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

R = 25.1%
G = 22.82%
B = 52.07%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#796EFB (or 0x796EFB) is known color: Light Slate Blue. HEX triplet: 79, 6E and FB. RGB value is (121,110,251). Sum of RGB (Red+Green+Blue) = 121+110+251=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #796EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796EFB is #869104. Grayscale: #808080. Windows color (decimal): -8818949 or 16477817. OLE color: 16477817.

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

Color convert

RGB 121 110 251 -
CMYK 0.52 0.56 0 0.02
HSL 244.68º 0.95% 0.71% -
HSV(B) 244.68º 0.56% 0.98% -
XYZ 30.87 22.18 93.92 -
YUV 129.36 196.64 122.04 -
System Red Green Blue C M Y K H S L
Decimal 121 110 251 0.52 0.56 0 0.02 244.68 0.95 0.71
Hex 79 6E FB 34 38 0 2 F5 5F 47
Octal 171 156 373 64 70 0 2 365 137 107
Binary 1111001 1101110 11111011 110100 111000 0 10 11110101 1011111 1000111

Color Harmonies of #796EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796EFB

Black with #796EFB

Text Example


Text Example

White with #796EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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