Html Css Color HEX #948FEA Portage

📋 copy color: '#948FEA'

red 148 ◦ green 143 ◦ blue 234

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

Shades of Portage #948FEA

Tints of Portage #948FEA

RGB

 RED value IS 148 (58.2% from 255) = 28.19%

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

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 28.19%
G = 27.24%
B = 44.57%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#948FEA (or 0x948FEA) is known color: Portage. HEX triplet: 94, 8F and EA. RGB value is (148,143,234). Sum of RGB (Red+Green+Blue) = 148+143+234=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #948FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FEA is #6B7015. Grayscale: #9A9A9A. Windows color (decimal): -7041046 or 15372180. OLE color: 15372180.

HSL color Cylindrical-coordinate representation of color #948FEA: hue angle of 243.3º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #948FEA is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 143 234 -
CMYK 0.37 0.39 0 0.08
HSL 243.3º 0.68% 0.74% -
HSV(B) 243.3º 0.39% 0.92% -
XYZ 36.89 31.88 82.05 -
YUV 154.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 148 143 234 0.37 0.39 0 0.08 243.3 0.68 0.74
Hex 94 8F EA 25 27 0 8 F3 44 4A
Octal 224 217 352 45 47 0 10 363 104 112
Binary 10010100 10001111 11101010 100101 100111 0 1000 11110011 1000100 1001010

Color Harmonies of #948FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FEA

Black with #948FEA

Text Example


Text Example

White with #948FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948FEA; }

 p { color: rgb(148,143,234); }

 H1.HeaderClassName
 {
   color: #948FEA;
 }
 .AnyTagClassName
 {
   color: #948FEA;
 }
</style>

background-color css

<style>
 a { background-color: #948FEA; }

 a { background-color: rgb(148,143,234); }

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

border-color css

<style>
 span { border-color: #948FEA; }

 span { border-color: rgb(148,143,234); }

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