Html Css Color HEX #908CFD Light Slate Blue

📋 copy color: '#908CFD'

red 144 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #908CFD

Tints of Light Slate Blue #908CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.07%

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

R = 26.82%
G = 26.07%
B = 47.11%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#908CFD (or 0x908CFD) is known color: Light Slate Blue. HEX triplet: 90, 8C and FD. RGB value is (144,140,253). Sum of RGB (Red+Green+Blue) = 144+140+253=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #908CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CFD is #6F7302. Grayscale: #999999. Windows color (decimal): -7303939 or 16616592. OLE color: 16616592.

HSL color Cylindrical-coordinate representation of color #908CFD: hue angle of 242.12º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #908CFD is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 140 253 -
CMYK 0.43 0.45 0 0.01
HSL 242.12º 0.97% 0.77% -
HSV(B) 242.12º 0.45% 0.99% -
XYZ 38.61 31.78 97.03 -
YUV 154.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 144 140 253 0.43 0.45 0 0.01 242.12 0.97 0.77
Hex 90 8C FD 2B 2D 0 1 F2 61 4D
Octal 220 214 375 53 55 0 1 362 141 115
Binary 10010000 10001100 11111101 101011 101101 0 1 11110010 1100001 1001101

Color Harmonies of #908CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CFD

Black with #908CFD

Text Example


Text Example

White with #908CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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