Html Css Color HEX #727BF9 Light Slate Blue

📋 copy color: '#727BF9'

red 114 ◦ green 123 ◦ blue 249

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

Shades of Light Slate Blue #727BF9

Tints of Light Slate Blue #727BF9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.31%

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 23.46%
G = 25.31%
B = 51.23%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#727BF9 (or 0x727BF9) is known color: Light Slate Blue. HEX triplet: 72, 7B and F9. RGB value is (114,123,249). Sum of RGB (Red+Green+Blue) = 114+123+249=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #727BF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BF9 is #8D8406. Grayscale: #868686. Windows color (decimal): -9274375 or 16350066. OLE color: 16350066.

HSL color Cylindrical-coordinate representation of color #727BF9: hue angle of 236º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #727BF9 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 123 249 -
CMYK 0.54 0.51 0 0.02
HSL 236º 0.92% 0.71% -
HSV(B) 236º 0.54% 0.98% -
XYZ 31.12 24.58 92.73 -
YUV 134.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 114 123 249 0.54 0.51 0 0.02 236 0.92 0.71
Hex 72 7B F9 36 33 0 2 EC 5C 47
Octal 162 173 371 66 63 0 2 354 134 107
Binary 1110010 1111011 11111001 110110 110011 0 10 11101100 1011100 1000111

Color Harmonies of #727BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BF9

Black with #727BF9

Text Example


Text Example

White with #727BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,123,249); }

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

background-color css

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

 a { background-color: rgb(114,123,249); }

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

border-color css

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

 span { border-color: rgb(114,123,249); }

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