Html Css Color HEX #908BFA Light Slate Blue

📋 copy color: '#908BFA'

red 144 ◦ green 139 ◦ blue 250

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

Shades of Light Slate Blue #908BFA

Tints of Light Slate Blue #908BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

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

R = 27.02%
G = 26.08%
B = 46.9%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#908BFA (or 0x908BFA) is known color: Light Slate Blue. HEX triplet: 90, 8B and FA. RGB value is (144,139,250). Sum of RGB (Red+Green+Blue) = 144+139+250=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #908BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908BFA is #6F7405. Grayscale: #989898. Windows color (decimal): -7304198 or 16419728. OLE color: 16419728.

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

Color convert

RGB 144 139 250 -
CMYK 0.42 0.44 0 0.02
HSL 242.7º 0.92% 0.76% -
HSV(B) 242.7º 0.44% 0.98% -
XYZ 37.99 31.3 94.48 -
YUV 153.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 144 139 250 0.42 0.44 0 0.02 242.7 0.92 0.76
Hex 90 8B FA 2A 2C 0 2 F3 5C 4C
Octal 220 213 372 52 54 0 2 363 134 114
Binary 10010000 10001011 11111010 101010 101100 0 10 11110011 1011100 1001100

Color Harmonies of #908BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908BFA

Black with #908BFA

Text Example


Text Example

White with #908BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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