Html Css Color HEX #949BFD Portage

📋 copy color: '#949BFD'

red 148 ◦ green 155 ◦ blue 253

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

Shades of Portage #949BFD

Tints of Portage #949BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

 BLUE value IS 253 (99.22% from 255) = 45.5%

R = 26.62%
G = 27.88%
B = 45.5%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#949BFD (or 0x949BFD) is known color: Portage. HEX triplet: 94, 9B and FD. RGB value is (148,155,253). Sum of RGB (Red+Green+Blue) = 148+155+253=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #949BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949BFD is #6B6402. Grayscale: #A3A3A3. Windows color (decimal): -7037955 or 16620436. OLE color: 16620436.

HSL color Cylindrical-coordinate representation of color #949BFD: hue angle of 236º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949BFD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 155 253 -
CMYK 0.42 0.39 0 0.01
HSL 236º 0.96% 0.79% -
HSV(B) 236º 0.42% 0.99% -
XYZ 41.66 36.83 97.84 -
YUV 164.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 148 155 253 0.42 0.39 0 0.01 236 0.96 0.79
Hex 94 9B FD 2A 27 0 1 EC 60 4F
Octal 224 233 375 52 47 0 1 354 140 117
Binary 10010100 10011011 11111101 101010 100111 0 1 11101100 1100000 1001111

Color Harmonies of #949BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BFD

Black with #949BFD

Text Example


Text Example

White with #949BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,253); }

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

background-color css

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

 a { background-color: rgb(148,155,253); }

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

border-color css

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

 span { border-color: rgb(148,155,253); }

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