Html Css Color HEX #737DFD Light Slate Blue

📋 copy color: '#737DFD'

red 115 ◦ green 125 ◦ blue 253

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

Shades of Light Slate Blue #737DFD

Tints of Light Slate Blue #737DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.35%

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

R = 23.33%
G = 25.35%
B = 51.32%

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

#737DFD (or 0x737DFD) is known color: Light Slate Blue. HEX triplet: 73, 7D and FD. RGB value is (115,125,253). Sum of RGB (Red+Green+Blue) = 115+125+253=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #737DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DFD is #8C8202. Grayscale: #888888. Windows color (decimal): -9208323 or 16612723. OLE color: 16612723.

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

Color convert

RGB 115 125 253 -
CMYK 0.55 0.51 0 0.01
HSL 235.65º 0.97% 0.72% -
HSV(B) 235.65º 0.55% 0.99% -
XYZ 32.13 25.4 96.14 -
YUV 136.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 115 125 253 0.55 0.51 0 0.01 235.65 0.97 0.72
Hex 73 7D FD 37 33 0 1 EC 61 48
Octal 163 175 375 67 63 0 1 354 141 110
Binary 1110011 1111101 11111101 110111 110011 0 1 11101100 1100001 1001000

Color Harmonies of #737DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737DFD

Black with #737DFD

Text Example


Text Example

White with #737DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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