Html Css Color HEX #7F7AFB Light Slate Blue

📋 copy color: '#7F7AFB'

red 127 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #7F7AFB

Tints of Light Slate Blue #7F7AFB

RGB

 RED value IS 127 (50% from 255) = 25.4%

 GREEN value IS 122 (48.05% from 255) = 24.4%

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

R = 25.4%
G = 24.4%
B = 50.2%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F7AFB (or 0x7F7AFB) is known color: Light Slate Blue. HEX triplet: 7F, 7A and FB. RGB value is (127,122,251). Sum of RGB (Red+Green+Blue) = 127+122+251=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F7AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7AFB is #808504. Grayscale: #898989. Windows color (decimal): -8422661 or 16480895. OLE color: 16480895.

HSL color Cylindrical-coordinate representation of color #7F7AFB: hue angle of 242.33º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F7AFB is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 122 251 -
CMYK 0.49 0.51 0 0.02
HSL 242.33º 0.94% 0.73% -
HSV(B) 242.33º 0.51% 0.98% -
XYZ 33.12 25.4 94.42 -
YUV 138.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 127 122 251 0.49 0.51 0 0.02 242.33 0.94 0.73
Hex 7F 7A FB 31 33 0 2 F2 5E 49
Octal 177 172 373 61 63 0 2 362 136 111
Binary 1111111 1111010 11111011 110001 110011 0 10 11110010 1011110 1001001

Color Harmonies of #7F7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7AFB

Black with #7F7AFB

Text Example


Text Example

White with #7F7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7AFB; }

 p { color: rgb(127,122,251); }

 H1.HeaderClassName
 {
   color: #7F7AFB;
 }
 .AnyTagClassName
 {
   color: #7F7AFB;
 }
</style>

background-color css

<style>
 a { background-color: #7F7AFB; }

 a { background-color: rgb(127,122,251); }

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

border-color css

<style>
 span { border-color: #7F7AFB; }

 span { border-color: rgb(127,122,251); }

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