Html Css Color HEX #908FFA Light Slate Blue

📋 copy color: '#908FFA'

red 144 ◦ green 143 ◦ blue 250

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

Shades of Light Slate Blue #908FFA

Tints of Light Slate Blue #908FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.63%

 BLUE value IS 250 (98.05% from 255) = 46.55%

R = 26.82%
G = 26.63%
B = 46.55%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#908FFA (or 0x908FFA) is known color: Light Slate Blue. HEX triplet: 90, 8F and FA. RGB value is (144,143,250). Sum of RGB (Red+Green+Blue) = 144+143+250=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #908FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908FFA is #6F7005. Grayscale: #9B9B9B. Windows color (decimal): -7303174 or 16420752. OLE color: 16420752.

HSL color Cylindrical-coordinate representation of color #908FFA: hue angle of 240.56º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908FFA is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 143 250 -
CMYK 0.42 0.43 0 0.02
HSL 240.56º 0.91% 0.77% -
HSV(B) 240.56º 0.43% 0.98% -
XYZ 38.58 32.48 94.68 -
YUV 155.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 144 143 250 0.42 0.43 0 0.02 240.56 0.91 0.77
Hex 90 8F FA 2A 2B 0 2 F1 5B 4D
Octal 220 217 372 52 53 0 2 361 133 115
Binary 10010000 10001111 11111010 101010 101011 0 10 11110001 1011011 1001101

Color Harmonies of #908FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908FFA

Black with #908FFA

Text Example


Text Example

White with #908FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,143,250); }

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

background-color css

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

 a { background-color: rgb(144,143,250); }

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

border-color css

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

 span { border-color: rgb(144,143,250); }

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