Html Css Color HEX #727EFF Light Slate Blue

📋 copy color: '#727EFF'

red 114 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #727EFF

Tints of Light Slate Blue #727EFF

RGB

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

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

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

R = 23.03%
G = 25.45%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#727EFF (or 0x727EFF) is known color: Light Slate Blue. HEX triplet: 72, 7E and FF. RGB value is (114,126,255). Sum of RGB (Red+Green+Blue) = 114+126+255=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #727EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EFF is #8D8100. Grayscale: #888888. Windows color (decimal): -9273601 or 16744050. OLE color: 16744050.

HSL color Cylindrical-coordinate representation of color #727EFF: hue angle of 234.89º 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 #727EFF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 126 255 -
CMYK 0.55 0.51 0 0
HSL 234.89º 1% 0.72% -
HSV(B) 234.89º 0.55% 1% -
XYZ 32.45 25.72 97.86 -
YUV 137.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 114 126 255 0.55 0.51 0 0 234.89 1 0.72
Hex 72 7E FF 37 33 0 0 EB 64 48
Octal 162 176 377 67 63 0 0 353 144 110
Binary 1110010 1111110 11111111 110111 110011 0 0 11101011 1100100 1001000

Color Harmonies of #727EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EFF

Black with #727EFF

Text Example


Text Example

White with #727EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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