Html Css Color HEX #7F7EFD Light Slate Blue

📋 copy color: '#7F7EFD'

red 127 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #7F7EFD

Tints of Light Slate Blue #7F7EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.9%

 BLUE value IS 253 (99.22% from 255) = 50%

R = 25.1%
G = 24.9%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F7EFD (or 0x7F7EFD) is known color: Light Slate Blue. HEX triplet: 7F, 7E and FD. RGB value is (127,126,253). Sum of RGB (Red+Green+Blue) = 127+126+253=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F7EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7EFD is #808102. Grayscale: #8C8C8C. Windows color (decimal): -8421635 or 16612991. OLE color: 16612991.

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

Color convert

RGB 127 126 253 -
CMYK 0.50 0.50 0 0.01
HSL 240.47º 0.97% 0.74% -
HSV(B) 240.47º 0.5% 0.99% -
XYZ 33.94 26.53 96.26 -
YUV 140.78 191.33 118.17 -
System Red Green Blue C M Y K H S L
Decimal 127 126 253 0.50 0.50 0 0.01 240.47 0.97 0.74
Hex 7F 7E FD 32 32 0 1 F0 61 4A
Octal 177 176 375 62 62 0 1 360 141 112
Binary 1111111 1111110 11111101 110010 110010 0 1 11110000 1100001 1001010

Color Harmonies of #7F7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7EFD

Black with #7F7EFD

Text Example


Text Example

White with #7F7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,126,253); }

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

background-color css

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

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

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

border-color css

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

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

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