Html Css Color HEX #7B8CC1 Wild Blue Yonder

📋 copy color: '#7B8CC1'

red 123 ◦ green 140 ◦ blue 193

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

Shades of Wild Blue Yonder #7B8CC1

Tints of Wild Blue Yonder #7B8CC1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

 BLUE value IS 193 (75.78% from 255) = 42.32%

R = 26.97%
G = 30.7%
B = 42.32%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7B8CC1 (or 0x7B8CC1) is known color: Wild Blue Yonder. HEX triplet: 7B, 8C and C1. RGB value is (123,140,193). Sum of RGB (Red+Green+Blue) = 123+140+193=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #7B8CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8CC1 is #84733E. Grayscale: #8C8C8C. Windows color (decimal): -8680255 or 12684411. OLE color: 12684411.

HSL color Cylindrical-coordinate representation of color #7B8CC1: hue angle of 225.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B8CC1 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 140 193 -
CMYK 0.36 0.27 0 0.24
HSL 225.43º 0.36% 0.62% -
HSV(B) 225.43º 0.36% 0.76% -
XYZ 27.17 26.82 54.2 -
YUV 140.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 123 140 193 0.36 0.27 0 0.24 225.43 0.36 0.62
Hex 7B 8C C1 24 1B 0 18 E1 24 3E
Octal 173 214 301 44 33 0 30 341 44 76
Binary 1111011 10001100 11000001 100100 11011 0 11000 11100001 100100 111110

Color Harmonies of #7B8CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8CC1

Black with #7B8CC1

Text Example


Text Example

White with #7B8CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,140,193); }

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

background-color css

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

 a { background-color: rgb(123,140,193); }

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

border-color css

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

 span { border-color: rgb(123,140,193); }

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