Html Css Color HEX #949EEB Portage

📋 copy color: '#949EEB'

red 148 ◦ green 158 ◦ blue 235

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

Shades of Portage #949EEB

Tints of Portage #949EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.21%

 BLUE value IS 235 (92.19% from 255) = 43.44%

R = 27.36%
G = 29.21%
B = 43.44%

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

#949EEB (or 0x949EEB) is known color: Portage. HEX triplet: 94, 9E and EB. RGB value is (148,158,235). Sum of RGB (Red+Green+Blue) = 148+158+235=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #949EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949EEB is #6B6114. Grayscale: #A3A3A3. Windows color (decimal): -7037205 or 15441556. OLE color: 15441556.

HSL color Cylindrical-coordinate representation of color #949EEB: hue angle of 233.1º degrees, saturation: 0.69, 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 #949EEB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 158 235 -
CMYK 0.37 0.33 0 0.08
HSL 233.1º 0.69% 0.75% -
HSV(B) 233.1º 0.37% 0.92% -
XYZ 39.44 36.75 83.61 -
YUV 163.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 148 158 235 0.37 0.33 0 0.08 233.1 0.69 0.75
Hex 94 9E EB 25 21 0 8 E9 45 4B
Octal 224 236 353 45 41 0 10 351 105 113
Binary 10010100 10011110 11101011 100101 100001 0 1000 11101001 1000101 1001011

Color Harmonies of #949EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EEB

Black with #949EEB

Text Example


Text Example

White with #949EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,158,235); }

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

background-color css

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

 a { background-color: rgb(148,158,235); }

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

border-color css

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

 span { border-color: rgb(148,158,235); }

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