Html Css Color HEX #7967FF Light Slate Blue

📋 copy color: '#7967FF'

red 121 ◦ green 103 ◦ blue 255

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

Shades of Light Slate Blue #7967FF

Tints of Light Slate Blue #7967FF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.5%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 25.26%
G = 21.5%
B = 53.24%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7967FF (or 0x7967FF) is known color: Light Slate Blue. HEX triplet: 79, 67 and FF. RGB value is (121,103,255). Sum of RGB (Red+Green+Blue) = 121+103+255=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #7967FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7967FF is #869800. Grayscale: #7D7D7D. Windows color (decimal): -8820737 or 16738169. OLE color: 16738169.

HSL color Cylindrical-coordinate representation of color #7967FF: hue angle of 247.11º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7967FF is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 103 255 -
CMYK 0.53 0.60 0 0
HSL 247.11º 1% 0.7% -
HSV(B) 247.11º 0.6% 1% -
XYZ 30.79 20.99 97.04 -
YUV 125.71 200.96 124.64 -
System Red Green Blue C M Y K H S L
Decimal 121 103 255 0.53 0.60 0 0 247.11 1 0.7
Hex 79 67 FF 35 3C 0 0 F7 64 46
Octal 171 147 377 65 74 0 0 367 144 106
Binary 1111001 1100111 11111111 110101 111100 0 0 11110111 1100100 1000110

Color Harmonies of #7967FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7967FF

Black with #7967FF

Text Example


Text Example

White with #7967FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7967FF; }

 p { color: rgb(121,103,255); }

 H1.HeaderClassName
 {
   color: #7967FF;
 }
 .AnyTagClassName
 {
   color: #7967FF;
 }
</style>

background-color css

<style>
 a { background-color: #7967FF; }

 a { background-color: rgb(121,103,255); }

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

border-color css

<style>
 span { border-color: #7967FF; }

 span { border-color: rgb(121,103,255); }

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