Html Css Color HEX #727FFE Light Slate Blue

📋 copy color: '#727FFE'

red 114 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #727FFE

Tints of Light Slate Blue #727FFE

RGB

 RED value IS 114 (44.92% from 255) = 23.03%

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

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 23.03%
G = 25.66%
B = 51.31%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#727FFE (or 0x727FFE) is known color: Light Slate Blue. HEX triplet: 72, 7F and FE. RGB value is (114,127,254). Sum of RGB (Red+Green+Blue) = 114+127+254=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #727FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FFE is #8D8001. Grayscale: #898989. Windows color (decimal): -9273346 or 16678770. OLE color: 16678770.

HSL color Cylindrical-coordinate representation of color #727FFE: hue angle of 234.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #727FFE is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 127 254 -
CMYK 0.55 0.50 0 0.00
HSL 234.43º 0.99% 0.72% -
HSV(B) 234.43º 0.55% 1% -
XYZ 32.42 25.91 97.06 -
YUV 137.59 193.69 111.17 -
System Red Green Blue C M Y K H S L
Decimal 114 127 254 0.55 0.50 0 0.00 234.43 0.99 0.72
Hex 72 7F FE 37 32 0 0 EA 63 48
Octal 162 177 376 67 62 0 0 352 143 110
Binary 1110010 1111111 11111110 110111 110010 0 0 11101010 1100011 1001000

Color Harmonies of #727FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FFE

Black with #727FFE

Text Example


Text Example

White with #727FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727FFE; }

 p { color: rgb(114,127,254); }

 H1.HeaderClassName
 {
   color: #727FFE;
 }
 .AnyTagClassName
 {
   color: #727FFE;
 }
</style>

background-color css

<style>
 a { background-color: #727FFE; }

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

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

border-color css

<style>
 span { border-color: #727FFE; }

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

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