Html Css Color HEX #727FFF Light Slate Blue

📋 copy color: '#727FFF'

red 114 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #727FFF

Tints of Light Slate Blue #727FFF

RGB

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

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

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

R = 22.98%
G = 25.6%
B = 51.41%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#727FFF (or 0x727FFF) is known color: Light Slate Blue. HEX triplet: 72, 7F and FF. RGB value is (114,127,255). Sum of RGB (Red+Green+Blue) = 114+127+255=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #727FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FFF is #8D8000. Grayscale: #898989. Windows color (decimal): -9273345 or 16744306. OLE color: 16744306.

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

Color convert

RGB 114 127 255 -
CMYK 0.55 0.50 0 0
HSL 234.47º 1% 0.72% -
HSV(B) 234.47º 0.55% 1% -
XYZ 32.58 25.98 97.9 -
YUV 137.71 194.19 111.09 -
System Red Green Blue C M Y K H S L
Decimal 114 127 255 0.55 0.50 0 0 234.47 1 0.72
Hex 72 7F FF 37 32 0 0 EA 64 48
Octal 162 177 377 67 62 0 0 352 144 110
Binary 1110010 1111111 11111111 110111 110010 0 0 11101010 1100100 1001000

Color Harmonies of #727FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FFF

Black with #727FFF

Text Example


Text Example

White with #727FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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