Html Css Color HEX #7F7CFF Light Slate Blue

📋 copy color: '#7F7CFF'

red 127 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #7F7CFF

Tints of Light Slate Blue #7F7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

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

R = 25.1%
G = 24.51%
B = 50.4%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F7CFF (or 0x7F7CFF) is known color: Light Slate Blue. HEX triplet: 7F, 7C and FF. RGB value is (127,124,255). Sum of RGB (Red+Green+Blue) = 127+124+255=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F7CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7CFF is #808300. Grayscale: #8B8B8B. Windows color (decimal): -8422145 or 16743551. OLE color: 16743551.

HSL color Cylindrical-coordinate representation of color #7F7CFF: hue angle of 241.37º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F7CFF is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 124 255 -
CMYK 0.50 0.51 0 0
HSL 241.37º 1% 0.74% -
HSV(B) 241.37º 0.51% 1% -
XYZ 34.01 26.15 97.86 -
YUV 139.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 127 124 255 0.50 0.51 0 0 241.37 1 0.74
Hex 7F 7C FF 32 33 0 0 F1 64 4A
Octal 177 174 377 62 63 0 0 361 144 112
Binary 1111111 1111100 11111111 110010 110011 0 0 11110001 1100100 1001010

Color Harmonies of #7F7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CFF

Black with #7F7CFF

Text Example


Text Example

White with #7F7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,124,255); }

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

background-color css

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

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

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

border-color css

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

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

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