Html Css Color HEX #737DFE Light Slate Blue

📋 copy color: '#737DFE'

red 115 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #737DFE

Tints of Light Slate Blue #737DFE

RGB

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

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

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

R = 23.28%
G = 25.3%
B = 51.42%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#737DFE (or 0x737DFE) is known color: Light Slate Blue. HEX triplet: 73, 7D and FE. RGB value is (115,125,254). Sum of RGB (Red+Green+Blue) = 115+125+254=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #737DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DFE is #8C8201. Grayscale: #888888. Windows color (decimal): -9208322 or 16678259. OLE color: 16678259.

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

Color convert

RGB 115 125 254 -
CMYK 0.55 0.51 0 0.00
HSL 235.68º 0.99% 0.72% -
HSV(B) 235.68º 0.55% 1% -
XYZ 32.29 25.47 96.98 -
YUV 136.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 115 125 254 0.55 0.51 0 0.00 235.68 0.99 0.72
Hex 73 7D FE 37 33 0 0 EC 63 48
Octal 163 175 376 67 63 0 0 354 143 110
Binary 1110011 1111101 11111110 110111 110011 0 0 11101100 1100011 1001000

Color Harmonies of #737DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737DFE

Black with #737DFE

Text Example


Text Example

White with #737DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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