Html Css Color HEX #727FFC Light Slate Blue

📋 copy color: '#727FFC'

red 114 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #727FFC

Tints of Light Slate Blue #727FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 23.12%
G = 25.76%
B = 51.12%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#727FFC (or 0x727FFC) is known color: Light Slate Blue. HEX triplet: 72, 7F and FC. RGB value is (114,127,252). Sum of RGB (Red+Green+Blue) = 114+127+252=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #727FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FFC is #8D8003. Grayscale: #888888. Windows color (decimal): -9273348 or 16547698. OLE color: 16547698.

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

Color convert

RGB 114 127 252 -
CMYK 0.55 0.50 0 0.01
HSL 234.35º 0.96% 0.72% -
HSV(B) 234.35º 0.55% 0.99% -
XYZ 32.1 25.78 95.38 -
YUV 137.36 192.69 111.34 -
System Red Green Blue C M Y K H S L
Decimal 114 127 252 0.55 0.50 0 0.01 234.35 0.96 0.72
Hex 72 7F FC 37 32 0 1 EA 60 48
Octal 162 177 374 67 62 0 1 352 140 110
Binary 1110010 1111111 11111100 110111 110010 0 1 11101010 1100000 1001000

Color Harmonies of #727FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FFC

Black with #727FFC

Text Example


Text Example

White with #727FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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