Html Css Color HEX #904EFD Light Slate Blue

📋 copy color: '#904EFD'

red 144 ◦ green 78 ◦ blue 253

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

Shades of Light Slate Blue #904EFD

Tints of Light Slate Blue #904EFD

RGB

 RED value IS 144 (56.64% from 255) = 30.32%

 GREEN value IS 78 (30.86% from 255) = 16.42%

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

R = 30.32%
G = 16.42%
B = 53.26%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#904EFD (or 0x904EFD) is known color: Light Slate Blue. HEX triplet: 90, 4E and FD. RGB value is (144,78,253). Sum of RGB (Red+Green+Blue) = 144+78+253=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #904EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904EFD is #6FB102. Grayscale: #757575. Windows color (decimal): -7319811 or 16600720. OLE color: 16600720.

HSL color Cylindrical-coordinate representation of color #904EFD: hue angle of 262.63º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904EFD is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 78 253 -
CMYK 0.43 0.69 0 0.01
HSL 262.63º 0.98% 0.65% -
HSV(B) 262.63º 0.69% 0.99% -
XYZ 31.96 18.47 94.81 -
YUV 117.68 204.37 146.77 -
System Red Green Blue C M Y K H S L
Decimal 144 78 253 0.43 0.69 0 0.01 262.63 0.98 0.65
Hex 90 4E FD 2B 45 0 1 107 62 41
Octal 220 116 375 53 105 0 1 407 142 101
Binary 10010000 1001110 11111101 101011 1000101 0 1 100000111 1100010 1000001

Color Harmonies of #904EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904EFD

Black with #904EFD

Text Example


Text Example

White with #904EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,78,253); }

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

background-color css

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

 a { background-color: rgb(144,78,253); }

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

border-color css

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

 span { border-color: rgb(144,78,253); }

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