Html Css Color HEX #737CFD Light Slate Blue

📋 copy color: '#737CFD'

red 115 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #737CFD

Tints of Light Slate Blue #737CFD

RGB

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

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

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

R = 23.37%
G = 25.2%
B = 51.42%

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

#737CFD (or 0x737CFD) is known color: Light Slate Blue. HEX triplet: 73, 7C and FD. RGB value is (115,124,253). Sum of RGB (Red+Green+Blue) = 115+124+253=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #737CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737CFD is #8C8302. Grayscale: #878787. Windows color (decimal): -9208579 or 16612467. OLE color: 16612467.

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

Color convert

RGB 115 124 253 -
CMYK 0.55 0.51 0 0.01
HSL 236.09º 0.97% 0.72% -
HSV(B) 236.09º 0.55% 0.99% -
XYZ 32.01 25.15 96.1 -
YUV 136.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 115 124 253 0.55 0.51 0 0.01 236.09 0.97 0.72
Hex 73 7C FD 37 33 0 1 EC 61 48
Octal 163 174 375 67 63 0 1 354 141 110
Binary 1110011 1111100 11111101 110111 110011 0 1 11101100 1100001 1001000

Color Harmonies of #737CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737CFD

Black with #737CFD

Text Example


Text Example

White with #737CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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