Html Css Color HEX #737EFD Light Slate Blue

📋 copy color: '#737EFD'

red 115 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #737EFD

Tints of Light Slate Blue #737EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 23.28%
G = 25.51%
B = 51.21%

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

#737EFD (or 0x737EFD) is known color: Light Slate Blue. HEX triplet: 73, 7E and FD. RGB value is (115,126,253). Sum of RGB (Red+Green+Blue) = 115+126+253=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #737EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737EFD is #8C8102. Grayscale: #888888. Windows color (decimal): -9208067 or 16612979. OLE color: 16612979.

HSL color Cylindrical-coordinate representation of color #737EFD: hue angle of 235.22º degrees, saturation: 0.97, 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 #737EFD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 126 253 -
CMYK 0.55 0.50 0 0.01
HSL 235.22º 0.97% 0.72% -
HSV(B) 235.22º 0.55% 0.99% -
XYZ 32.26 25.66 96.18 -
YUV 137.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 115 126 253 0.55 0.50 0 0.01 235.22 0.97 0.72
Hex 73 7E FD 37 32 0 1 EB 61 48
Octal 163 176 375 67 62 0 1 353 141 110
Binary 1110011 1111110 11111101 110111 110010 0 1 11101011 1100001 1001000

Color Harmonies of #737EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737EFD

Black with #737EFD

Text Example


Text Example

White with #737EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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