Html Css Color HEX #727BFB Light Slate Blue

📋 copy color: '#727BFB'

red 114 ◦ green 123 ◦ blue 251

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

Shades of Light Slate Blue #727BFB

Tints of Light Slate Blue #727BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 23.36%
G = 25.2%
B = 51.43%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#727BFB (or 0x727BFB) is known color: Light Slate Blue. HEX triplet: 72, 7B and FB. RGB value is (114,123,251). Sum of RGB (Red+Green+Blue) = 114+123+251=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #727BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BFB is #8D8404. Grayscale: #868686. Windows color (decimal): -9274373 or 16481138. OLE color: 16481138.

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

Color convert

RGB 114 123 251 -
CMYK 0.55 0.51 0 0.02
HSL 236.06º 0.94% 0.72% -
HSV(B) 236.06º 0.55% 0.98% -
XYZ 31.43 24.71 94.38 -
YUV 134.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 114 123 251 0.55 0.51 0 0.02 236.06 0.94 0.72
Hex 72 7B FB 37 33 0 2 EC 5E 48
Octal 162 173 373 67 63 0 2 354 136 110
Binary 1110010 1111011 11111011 110111 110011 0 10 11101100 1011110 1001000

Color Harmonies of #727BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BFB

Black with #727BFB

Text Example


Text Example

White with #727BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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