Html Css Color HEX #908BEF Portage

📋 copy color: '#908BEF'

red 144 ◦ green 139 ◦ blue 239

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

Shades of Portage #908BEF

Tints of Portage #908BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 27.59%
G = 26.63%
B = 45.79%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#908BEF (or 0x908BEF) is known color: Portage. HEX triplet: 90, 8B and EF. RGB value is (144,139,239). Sum of RGB (Red+Green+Blue) = 144+139+239=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #908BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908BEF is #6F7410. Grayscale: #979797. Windows color (decimal): -7304209 or 15698832. OLE color: 15698832.

HSL color Cylindrical-coordinate representation of color #908BEF: hue angle of 243º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908BEF is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 139 239 -
CMYK 0.40 0.42 0 0.06
HSL 243º 0.76% 0.74% -
HSV(B) 243º 0.42% 0.94% -
XYZ 36.31 30.63 85.66 -
YUV 151.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 144 139 239 0.40 0.42 0 0.06 243 0.76 0.74
Hex 90 8B EF 28 2A 0 6 F3 4C 4A
Octal 220 213 357 50 52 0 6 363 114 112
Binary 10010000 10001011 11101111 101000 101010 0 110 11110011 1001100 1001010

Color Harmonies of #908BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908BEF

Black with #908BEF

Text Example


Text Example

White with #908BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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