Html Css Color HEX #7B96EA Portage

📋 copy color: '#7B96EA'

red 123 ◦ green 150 ◦ blue 234

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

Shades of Portage #7B96EA

Tints of Portage #7B96EA

RGB

 RED value IS 123 (48.44% from 255) = 24.26%

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 24.26%
G = 29.59%
B = 46.15%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B96EA (or 0x7B96EA) is known color: Portage. HEX triplet: 7B, 96 and EA. RGB value is (123,150,234). Sum of RGB (Red+Green+Blue) = 123+150+234=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96EA is #846915. Grayscale: #979797. Windows color (decimal): -8677654 or 15373947. OLE color: 15373947.

HSL color Cylindrical-coordinate representation of color #7B96EA: hue angle of 225.41º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B96EA is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 150 234 -
CMYK 0.47 0.36 0 0.08
HSL 225.41º 0.73% 0.7% -
HSV(B) 225.41º 0.47% 0.92% -
XYZ 33.93 31.96 82.22 -
YUV 151.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 123 150 234 0.47 0.36 0 0.08 225.41 0.73 0.7
Hex 7B 96 EA 2F 24 0 8 E1 49 46
Octal 173 226 352 57 44 0 10 341 111 106
Binary 1111011 10010110 11101010 101111 100100 0 1000 11100001 1001001 1000110

Color Harmonies of #7B96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B96EA

Black with #7B96EA

Text Example


Text Example

White with #7B96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B96EA; }

 p { color: rgb(123,150,234); }

 H1.HeaderClassName
 {
   color: #7B96EA;
 }
 .AnyTagClassName
 {
   color: #7B96EA;
 }
</style>

background-color css

<style>
 a { background-color: #7B96EA; }

 a { background-color: rgb(123,150,234); }

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

border-color css

<style>
 span { border-color: #7B96EA; }

 span { border-color: rgb(123,150,234); }

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