Html Css Color HEX #949DEA Portage

📋 copy color: '#949DEA'

red 148 ◦ green 157 ◦ blue 234

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

Shades of Portage #949DEA

Tints of Portage #949DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

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

R = 27.46%
G = 29.13%
B = 43.41%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#949DEA (or 0x949DEA) is known color: Portage. HEX triplet: 94, 9D and EA. RGB value is (148,157,234). Sum of RGB (Red+Green+Blue) = 148+157+234=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #949DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DEA is #6B6215. Grayscale: #A2A2A2. Windows color (decimal): -7037462 or 15375764. OLE color: 15375764.

HSL color Cylindrical-coordinate representation of color #949DEA: hue angle of 233.72º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949DEA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 157 234 -
CMYK 0.37 0.33 0 0.08
HSL 233.72º 0.67% 0.75% -
HSV(B) 233.72º 0.37% 0.92% -
XYZ 39.12 36.35 82.8 -
YUV 163.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 148 157 234 0.37 0.33 0 0.08 233.72 0.67 0.75
Hex 94 9D EA 25 21 0 8 EA 43 4B
Octal 224 235 352 45 41 0 10 352 103 113
Binary 10010100 10011101 11101010 100101 100001 0 1000 11101010 1000011 1001011

Color Harmonies of #949DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DEA

Black with #949DEA

Text Example


Text Example

White with #949DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949DEA; }

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

 H1.HeaderClassName
 {
   color: #949DEA;
 }
 .AnyTagClassName
 {
   color: #949DEA;
 }
</style>

background-color css

<style>
 a { background-color: #949DEA; }

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

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

border-color css

<style>
 span { border-color: #949DEA; }

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

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