Html Css Color HEX #7968FF Light Slate Blue

📋 copy color: '#7968FF'

red 121 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #7968FF

Tints of Light Slate Blue #7968FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.67%

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

R = 25.21%
G = 21.67%
B = 53.13%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7968FF (or 0x7968FF) is known color: Light Slate Blue. HEX triplet: 79, 68 and FF. RGB value is (121,104,255). Sum of RGB (Red+Green+Blue) = 121+104+255=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #7968FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7968FF is #869700. Grayscale: #7D7D7D. Windows color (decimal): -8820481 or 16738425. OLE color: 16738425.

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

Color convert

RGB 121 104 255 -
CMYK 0.53 0.59 0 0
HSL 246.76º 1% 0.7% -
HSV(B) 246.76º 0.59% 1% -
XYZ 30.89 21.19 97.07 -
YUV 126.3 200.63 124.22 -
System Red Green Blue C M Y K H S L
Decimal 121 104 255 0.53 0.59 0 0 246.76 1 0.7
Hex 79 68 FF 35 3B 0 0 F7 64 46
Octal 171 150 377 65 73 0 0 367 144 106
Binary 1111001 1101000 11111111 110101 111011 0 0 11110111 1100100 1000110

Color Harmonies of #7968FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7968FF

Black with #7968FF

Text Example


Text Example

White with #7968FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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