Html Css Color HEX #737EFE Light Slate Blue

📋 copy color: '#737EFE'

red 115 ◦ green 126 ◦ blue 254

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

Shades of Light Slate Blue #737EFE

Tints of Light Slate Blue #737EFE

RGB

 RED value IS 115 (45.31% from 255) = 23.23%

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

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 23.23%
G = 25.45%
B = 51.31%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#737EFE (or 0x737EFE) is known color: Light Slate Blue. HEX triplet: 73, 7E and FE. RGB value is (115,126,254). Sum of RGB (Red+Green+Blue) = 115+126+254=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #737EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737EFE is #8C8101. Grayscale: #888888. Windows color (decimal): -9208066 or 16678515. OLE color: 16678515.

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

Color convert

RGB 115 126 254 -
CMYK 0.55 0.50 0 0.00
HSL 235.25º 0.99% 0.72% -
HSV(B) 235.25º 0.55% 1% -
XYZ 32.42 25.72 97.02 -
YUV 137.3 193.86 112.09 -
System Red Green Blue C M Y K H S L
Decimal 115 126 254 0.55 0.50 0 0.00 235.25 0.99 0.72
Hex 73 7E FE 37 32 0 0 EB 63 48
Octal 163 176 376 67 62 0 0 353 143 110
Binary 1110011 1111110 11111110 110111 110010 0 0 11101011 1100011 1001000

Color Harmonies of #737EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737EFE

Black with #737EFE

Text Example


Text Example

White with #737EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737EFE; }

 p { color: rgb(115,126,254); }

 H1.HeaderClassName
 {
   color: #737EFE;
 }
 .AnyTagClassName
 {
   color: #737EFE;
 }
</style>

background-color css

<style>
 a { background-color: #737EFE; }

 a { background-color: rgb(115,126,254); }

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

border-color css

<style>
 span { border-color: #737EFE; }

 span { border-color: rgb(115,126,254); }

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