Html Css Color HEX #727CFC Light Slate Blue

📋 copy color: '#727CFC'

red 114 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #727CFC

Tints of Light Slate Blue #727CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.31%

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

R = 23.27%
G = 25.31%
B = 51.43%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#727CFC (or 0x727CFC) is known color: Light Slate Blue. HEX triplet: 72, 7C and FC. RGB value is (114,124,252). Sum of RGB (Red+Green+Blue) = 114+124+252=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #727CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CFC is #8D8303. Grayscale: #878787. Windows color (decimal): -9274116 or 16546930. OLE color: 16546930.

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

Color convert

RGB 114 124 252 -
CMYK 0.55 0.51 0 0.01
HSL 235.65º 0.96% 0.72% -
HSV(B) 235.65º 0.55% 0.99% -
XYZ 31.72 25.02 95.25 -
YUV 135.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 114 124 252 0.55 0.51 0 0.01 235.65 0.96 0.72
Hex 72 7C FC 37 33 0 1 EC 60 48
Octal 162 174 374 67 63 0 1 354 140 110
Binary 1110010 1111100 11111100 110111 110011 0 1 11101100 1100000 1001000

Color Harmonies of #727CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CFC

Black with #727CFC

Text Example


Text Example

White with #727CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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