Html Css Color HEX #7F7FFA Light Slate Blue

📋 copy color: '#7F7FFA'

red 127 ◦ green 127 ◦ blue 250

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

Shades of Light Slate Blue #7F7FFA

Tints of Light Slate Blue #7F7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.2%

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 25.2%
G = 25.2%
B = 49.6%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F7FFA (or 0x7F7FFA) is known color: Light Slate Blue. HEX triplet: 7F, 7F and FA. RGB value is (127,127,250). Sum of RGB (Red+Green+Blue) = 127+127+250=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7FFA is #808005. Grayscale: #8C8C8C. Windows color (decimal): -8421382 or 16416639. OLE color: 16416639.

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

Color convert

RGB 127 127 250 -
CMYK 0.49 0.49 0 0.02
HSL 240º 0.92% 0.74% -
HSV(B) 240º 0.49% 0.98% -
XYZ 33.6 26.59 93.8 -
YUV 141.02 189.5 118 -
System Red Green Blue C M Y K H S L
Decimal 127 127 250 0.49 0.49 0 0.02 240 0.92 0.74
Hex 7F 7F FA 31 31 0 2 F0 5C 4A
Octal 177 177 372 61 61 0 2 360 134 112
Binary 1111111 1111111 11111010 110001 110001 0 10 11110000 1011100 1001010

Color Harmonies of #7F7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7FFA

Black with #7F7FFA

Text Example


Text Example

White with #7F7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,127,250); }

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

background-color css

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

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

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

border-color css

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

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

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